;;; make-mode.el --- makefile editing commands for Emacs
-;; Copyright (C) 1992, 1994, 1999, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1992,94,99,2000,2001 Free Software Foundation, Inc.
;; Author: Thomas Neumann <tom@smart.bo.open.de>
;; Eric S. Raymond <esr@snark.thyrsus.com>
;;; Code:
-(provide 'make-mode)
-
;; Sadly we need this for a macro.
(eval-when-compile
(require 'imenu)
(forward-line -1)))
(if (stringp found) found))))
+(provide 'make-mode)
+
;;; make-mode.el ends here